home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gArtist
- if the windowList = [] then
- set gArtist to "Dubwise"
- set LeftOrigin to the stageLeft
- set TopOrigin to the stageTop
- ArtistsMIAW(LeftOrigin + 20, TopOrigin + 160, LeftOrigin + 340, TopOrigin + 300, "Dubwise")
- else
- set the visible of window "artist.dir" to 0
- updateStage()
- forget(window "artist.dir")
- updateStage()
- end if
- end
-